.special-title-layer {
    /* max-width: 1920px; */
    height: 93px;
    margin: 0 auto;
    display: flex;
    background: linear-gradient(90deg, #B7DBB4 0%, #CBE9BD 54%, #EFF9E3 100%);

}

/*.special-title-layer .left {*/
/*    flex: 1;*/
/*    max-width: 360px;*/
/*    height: 93px;*/
/*    !*background-color: #FAD045;*!*/
/*    background: linear-gradient(90deg, #B7DBB4 0%, #CBE9BD 54%, #EFF9E3 100%);*/
/*}*/

.special-title-layer .center {
    flex: 1;
    /*width: 1200px;*/
    height: 93px;
    /*background-color: #F75858;*/
    margin-left: 50%;
    transform: translateX(-50%);
}

/*.special-title-layer .right {*/
/*    flex: 1;*/
/*    height: 93px;*/
/*    !*background-color: #F75858;*!*/
/*    background: linear-gradient(90deg, #B7DBB4 0%, #CBE9BD 54%, #EFF9E3 100%);*/
/*}*/

.special-title-layer .title {
    position: relative;
    font-size: 24px;
    /*color: #FFFFFF;*/
    color: #000000;
    margin: 0 10px;
}

.special-title-layer .title::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 48px;
    height: 4px;
    /*background: #FFFFFF;*/
    background: linear-gradient(90deg, #448B5B 18%, rgba(68, 139, 91, 0) 100%);
    border-radius: 1px;
}

.special-title-layer .title-en {
    font-size: 24px;
    font-weight: 600;
    /*color: rgba(7, 15, 13, .1);*/
    color: rgba(7, 15, 13, .2);
}

.special-title-img {
    display: block;
    width: 118px;
    height: 100%;
    margin-left: 10px;
}

.more {
    color: black;
}

.special-title-layer .content {
    position: relative;
    width: 1200px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special-title-layer .special-tab {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.special-title-layer .special-tab .special-tab-item {
    position: relative;
    padding: 0 20px;
    font-size: 20px;
    /*color: rgba(255, 255, 255, .6);*/
    color: #000000;
    cursor: pointer;
}

.special-title-layer .special-tab .active {
    /*color: #fff;*/
    color: black;
}

.special-title-layer .special-tab .active::after {
    position: absolute;
    content: " ";
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 4px;
    /*background: #FFFFFF;*/
    background: linear-gradient(90deg, #448B5B 18%, rgba(68, 139, 91, 0) 100%);
    border-radius: 2px;
}

.special-title-layer .more {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}

.special-title-layer .more .text {
    padding-right: 4px;
    color: black;
}


.doctor-gird {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-row-gap: 30px;
    grid-column-gap: 54px;
}

.doctor-item {
    position: relative;
    width: 260px;
    height: 454px;
    border-radius: 50px;
    cursor: pointer;
}

.doctor-img {
    width: 260px;
    height: 360px;
    border-radius: 50px;
}

.doctor-info {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 260px;
    height: 200px;
    padding: 40px 20px;
    box-sizing: border-box;
    /*background-image: url(../img/index/doctor.png);*/
    /*background-size: 100%;*/
    background: linear-gradient(180deg, #F8FFF6 0%, #B6DBAC 95%);
    border-radius: 0 60px 60px 60px;
}

.discount-gird {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* display: grid;
    grid-template-columns: repeat(3, 347px);
    grid-row-gap: 30px;
    grid-column-gap: 79px; */
}

.discount-item {
    /* width: 347px;
    height: 397px; */
    width: 466px;
    height: 437px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.discount-img {
    width: 426px;
    height: 320px;
    /* width: 307px;
    height: 280px; */
    border-radius: 10px;
}

/* .discount-item:nth-child(2){
    width: 466px;
    height: 437px;
}
.discount-item:nth-child(3){
    margin-right: 0;
}
.discount-item:nth-child(2) .discount-img{
    width: 426px;
    height: 320px;
} */

.content-item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.content-img {
    width: 180px;
    height: 115px;
    border-radius: 10px;
    margin-right: 10px;
}

.swiper-container{
    padding-bottom: 70px;
}
.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
}

.swiper-container .swiper-slide-active,
.swiper-container .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-container .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction{
    bottom: 28px;
}
.swiper-container .swiper-button-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 500px;
    top: 480px;
    z-index: 999;
}

.swiper-container .swiper-button-next {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 500px;
    top: 480px;
    z-index: 999;   
}
.color_#222 {
    color: #222222;
}
.color_#5a {
    color: #5A5A5A;
}
.color_#448B5B {
    color: #448B5B;
}
.doctor-info div:nth-child(2) {
    color: #5A5A5A;
}
.doctor-info div:nth-child(2) a {
    color: #5A5A5A;
}
.doctor-info div:nth-child(3) {
    color: #448B5B;
}
.doctor-info div:nth-child(3) a {
    color: #448B5B;
}

.gird-hide {
    display: none;
}
.content-item{
    margin-bottom: 20px;
}
.flex{
    flex-wrap: wrap
}